projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b861616
)
* simple.el (deactivate-mark): Fix typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 2 Oct 2014 12:44:48 +0000
(08:44 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 2 Oct 2014 12:44:48 +0000
(08:44 -0400)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index f96904cc177e4e0211ce19eb8fe468e5003189a5..fc5ecbad10ecf9aab0267843345a1b309b33ebc0 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4528,7
+4528,7
@@
run `deactivate-mark-hook'."
;; If another program has acquired the selection, region
;; deactivation should not clobber it (Bug#11772).
((and (/= (region-beginning) (region-end))
- (or (
call-gui
gui-selection-owner-p 'PRIMARY)
+ (or (
gui-call
gui-selection-owner-p 'PRIMARY)
(null (gui-selection-exists-p 'PRIMARY))))
(gui-set-selection 'PRIMARY
(funcall region-extract-function nil)))))